home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 3 / Info_Mac_1994-01.iso / Graphics / Utility / ARTAbrot 1.1 / AB_Alert.h < prev    next >
Text File  |  1993-08-23  |  498b  |  21 lines

  1. /*  AB_Alert                                         Handle this alert */
  2.  
  3. /* File name:  AB_Alert.h  */
  4. /* Function:  Handle this alert. */
  5. /* This is a NOTE alert, it is used to inform the user of some general information. */
  6. /* This alert is not used if there is a possibility of losing any data. */
  7. /* This alert is called when:    */
  8. /*     */
  9. /* The choices in this alert allow for:    */
  10. /*  
  11. History: 8/18/93 Original by George Warner
  12.    */
  13.  
  14.  
  15. int check_stop(void);
  16.  
  17. void I_A_Alert(void);
  18. void AB_Alert(char *err_msg);
  19.  
  20.  
  21.